home *** CD-ROM | disk | FTP | other *** search
- object RegForm: TRegForm
- Left = 229
- Top = 137
- BorderStyle = bsDialog
- Caption = 'Register'
- ClientHeight = 256
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 16
- Top = 204
- Width = 337
- Height = 9
- Shape = bsBottomLine
- end
- object Step2Panel: TPanel
- Left = 8
- Top = 8
- Width = 353
- Height = 193
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- object Step2Label: TLabel
- Left = 8
- Top = 0
- Width = 60
- Height = 13
- Caption = 'Step 2 of 2'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Step2Label2: TLabel
- Left = 72
- Top = 0
- Width = 116
- Height = 13
- Caption = ' - Complete Registration'
- end
- object Bevel3: TBevel
- Left = 8
- Top = 16
- Width = 337
- Height = 9
- Shape = bsBottomLine
- end
- object StaticText2: TStaticText
- Left = 16
- Top = 32
- Width = 326
- Height = 49
- AutoSize = False
- Caption =
- 'Once you have received your registration key, complete the regis' +
- 'tration by filling in the fields below then clicking on the Regi' +
- 'ster button:'
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 80
- Width = 337
- Height = 105
- TabOrder = 1
- object Label3: TLabel
- Left = 16
- Top = 44
- Width = 83
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Your Name:'
- end
- object Label4: TLabel
- Left = 16
- Top = 72
- Width = 83
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Registration Key:'
- end
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 83
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Product:'
- end
- object ProductLabel: TLabel
- Left = 108
- Top = 16
- Width = 3
- Height = 13
- end
- object NameEdit: TEdit
- Left = 104
- Top = 40
- Width = 217
- Height = 21
- TabOrder = 0
- end
- object KeyEdit: TEdit
- Left = 104
- Top = 68
- Width = 217
- Height = 21
- TabOrder = 1
- end
- end
- end
- object Step1Panel: TPanel
- Left = 8
- Top = 8
- Width = 353
- Height = 193
- BevelOuter = bvNone
- TabOrder = 0
- object Step1Label: TLabel
- Left = 8
- Top = 0
- Width = 60
- Height = 13
- Caption = 'Step 1 of 2'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Step1Label2: TLabel
- Left = 72
- Top = 0
- Width = 93
- Height = 13
- Caption = ' - Make payment of'
- end
- object SecureLabel: TLabel
- Left = 32
- Top = 112
- Width = 91
- Height = 13
- Cursor = crHandPoint
- Caption = 'Secure Order Form'
- Font.Charset = ANSI_CHARSET
- Font.Color = 8404992
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = SecureLabelClick
- end
- object Label1: TLabel
- Left = 128
- Top = 112
- Width = 78
- Height = 13
- Caption = '(Recommended)'
- end
- object NonSecureLabel: TLabel
- Left = 32
- Top = 128
- Width = 114
- Height = 13
- Cursor = crHandPoint
- Caption = 'Non-Secure Order Form'
- Font.Charset = ANSI_CHARSET
- Font.Color = 8404992
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = NonSecureLabelClick
- end
- object Bevel2: TBevel
- Left = 8
- Top = 16
- Width = 337
- Height = 9
- Shape = bsBottomLine
- end
- object StaticText1: TStaticText
- Left = 16
- Top = 32
- Width = 326
- Height = 33
- AutoSize = False
- Caption =
- 'Payment can be made by credit card, fax, mail, phone or purchase' +
- ' order.'
- TabOrder = 0
- end
- object StaticText3: TStaticText
- Left = 16
- Top = 72
- Width = 326
- Height = 33
- AutoSize = False
- Caption =
- 'Transactions are handled by RegSoft. Click on one of the links b' +
- 'elow to proceed to the order form:'
- TabOrder = 1
- end
- object StaticText4: TStaticText
- Left = 16
- Top = 160
- Width = 326
- Height = 33
- AutoSize = False
- Caption =
- 'If you choose, for an additional fee, RegSoft can send you this ' +
- 'product on CD.'
- TabOrder = 2
- end
- end
- object OKBtn: TButton
- Left = 280
- Top = 224
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 1
- TabOrder = 4
- end
- object RegBtn: TButton
- Left = 200
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Proceed'
- Default = True
- TabOrder = 3
- OnClick = RegBtnClick
- end
- object BackBtn: TButton
- Left = 120
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Back'
- Enabled = False
- TabOrder = 2
- OnClick = BackBtnClick
- end
- end
-